fix the print-to-pdf icon
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 16 Jun 2006 04:02:34 +0000 (04:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 16 Jun 2006 04:02:34 +0000 (04:02 +0000)
ChangeLog
ChangeLog.pre-2-10
modules/printbackends/pdf/gtkprintbackendpdf.c

index 538e8f4d9564a1f06007d7e91f7a404721bfb195..0767a03389085f0fede81b35db5b4f0ee630e9f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-06-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * modules/printbackends/pdf/gtkprintbackendcups.c: Use the
+       stock floppy icon.
+
        * gtk/gtkprintoperation-unix.c: Set the GENERATE_PDF capability
        when creating a print dialog.  (noted by Yevgen Muntyan)
 
index 538e8f4d9564a1f06007d7e91f7a404721bfb195..0767a03389085f0fede81b35db5b4f0ee630e9f2 100644 (file)
@@ -1,5 +1,8 @@
 2006-06-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * modules/printbackends/pdf/gtkprintbackendcups.c: Use the
+       stock floppy icon.
+
        * gtk/gtkprintoperation-unix.c: Set the GENERATE_PDF capability
        when creating a print dialog.  (noted by Yevgen Muntyan)
 
index 069b7b360b4344eefbd08e6ecb20b362f24b851f..9c3cfa743d3c2b71622cec3ecb98e6ff32db5ba6 100644 (file)
@@ -346,7 +346,7 @@ gtk_print_backend_pdf_init (GtkPrintBackendPdf *backend)
                          NULL); 
 
   gtk_printer_set_has_details (printer, TRUE);
-  gtk_printer_set_icon_name (printer, "floppy");
+  gtk_printer_set_icon_name (printer, "gtk-floppy");
   gtk_printer_set_is_active (printer, TRUE);
 
   gtk_print_backend_add_printer (GTK_PRINT_BACKEND (backend), printer);